diff options
| author | J08nY | 2023-04-15 18:26:57 +0200 |
|---|---|---|
| committer | J08nY | 2023-04-15 18:26:57 +0200 |
| commit | 79f49a431fbd03f5352424d9c7455066548e8b71 (patch) | |
| tree | da6dfdb0c5e9525a7a8043515f3be1b63f7f1af3 | |
| parent | 7ff8a659d2c0a1ca1ffc6ac1b23a2ac80ab4673f (diff) | |
| download | sec-certs-79f49a431fbd03f5352424d9c7455066548e8b71.tar.gz sec-certs-79f49a431fbd03f5352424d9c7455066548e8b71.tar.zst sec-certs-79f49a431fbd03f5352424d9c7455066548e8b71.zip | |
Ditch pytest-monitor marks.
| -rw-r--r-- | tests/test_cpe.py | 1 | ||||
| -rw-r--r-- | tests/test_cve.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_cpe.py b/tests/test_cpe.py index 6cb2ee31..cfd82e3b 100644 --- a/tests/test_cpe.py +++ b/tests/test_cpe.py @@ -39,7 +39,6 @@ def cpe_dict() -> dict[str, Any]: @pytest.mark.slow -@pytest.mark.monitor_test @pytest.mark.xfail(reason="May fail due to errors with NIST server.") @pytest.mark.skip(reason="Too much memory consumed.") def test_cpe_dset_from_web(tmp_path: Path): diff --git a/tests/test_cve.py b/tests/test_cve.py index db18e3f4..f7b8010a 100644 --- a/tests/test_cve.py +++ b/tests/test_cve.py @@ -103,7 +103,6 @@ def cves(cve_2010_2325_cpe_configs) -> list[CVE]: @pytest.mark.slow -@pytest.mark.monitor_test @pytest.mark.xfail(reason="May fail due to errors on NIST server.") def test_from_web(): dset = CVEDataset.from_web() |
