Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit b4d770e

Browse files
committed
pytest-timeout incompatible with pytest4
1 parent 24eb2c3 commit b4d770e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ init:
66

77
test:
88
pytest glyph --doctest-modules
9-
pytest tests --cov=glyph --cov-config setup.cfg
9+
pytest tests/unittest --cov=glyph --cov-config setup.cfg
1010

1111
integration:
1212
pytest tests/integration_test --runslow -n8 --cov=glyph --cov-config setup.cfg

0 commit comments

Comments
 (0)