Skip to content

Commit a33e533

Browse files
authored
ci: requirements do not need to be tested during windows longtests (#2412)
1 parent 2ca5acf commit a33e533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ jobs:
361361
pytest --cov --cov-append -n 4 -v
362362
--ignore=test/test_cli.py
363363
--ignore=test/test_cvedb.py
364+
--ignore=test/test_requirements.py
364365
--ignore=test/test_html.py
365366
- name: Run synchronous tests
366367
run: >

0 commit comments

Comments
 (0)