Revision 096b1cc50c3b9a60a11d5a81eeb209b6ba70835c authored by Jasper Schulz on 08 August 2019, 23:02:30 UTC, committed by GitHub on 08 August 2019, 23:02:30 UTC
1 parent c0be26b
Raw File
pytest.ini
[pytest]
markers =
    serial: mark a test that requires more resources to run that are thus only suitable for serial run.
    remote_required: mark a test that requires internet access.
    gpu: mark a test that requires GPU.
    integration: mark an integration test
    skip_master: mark a test that is temporarily skipped for mxnet master validation.
back to top