Revision a9f00a18304447559cd3a767b8d37e4a84d8cd33 authored by Lorenzo Stella on 13 November 2019, 17:26:11 UTC, committed by GitHub on 13 November 2019, 17:26:11 UTC
1 parent 11fed53
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