wycheproof_tests is not longer a fixture (#5886)

This commit is contained in:
Alex Gaynor 2021-03-01 19:39:41 -05:00 committed by GitHub
parent 17ec5db337
commit a2d4ea3e1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,5 +19,4 @@ addopts = "-r s"
markers = [
"skip_fips: this test is not executed in FIPS mode",
"supported: parametrized test requiring only_if and skip_message",
"wycheproof_tests: this test runs a wycheproof fixture",
]