Revision f35929a46f461335f71914a0394db6b9cfca99e2 authored by Valentin Flunkert on 16 September 2019, 20:56:22 UTC, committed by GitHub on 16 September 2019, 20:56:22 UTC
1 parent 4479857
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