We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67be450 commit f938646Copy full SHA for f938646
test/test_cvedb.py
@@ -37,9 +37,7 @@ async def test_00_getmeta(self):
37
assert "sha256" in meta
38
39
@pytest.mark.asyncio
40
- @pytest.mark.skipif(
41
- LONG_TESTS() != 1, reason="Skipping NVD calls due to rate limits"
42
- )
+ @pytest.mark.skip(reason="API key not being used correctly")
43
async def test_01_nist_scrape(self):
44
async with aiohttp.ClientSession(trust_env=True) as session:
45
jsonshas = await self.cvedb.nist_scrape(session)
0 commit comments