Revision 31fa340d6d03980b5e060983a289a9da5cf7f56d authored by Lorenzo Stella on 16 July 2019, 16:22:14 UTC, committed by GitHub on 16 July 2019, 16:22:14 UTC
1 parent 1d9033d
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