Revision 661ce559e837785dacc1f1d11ec7eefe85a14c0d authored by Lorenzo Stella on 15 April 2020, 17:30:29 UTC, committed by GitHub on 15 April 2020, 17:30:29 UTC
Co-authored-by: Lorenzo Stella <stellalo@amazon.de>
1 parent 928283d
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.

timeout = 30
back to top