diff --git a/Makefile b/Makefile index 4eaf1cc45..155847a6d 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ ${DISTRIBUTIONS} : %/dist : %/setup.py # Targets to run the test suite for each package. tests : ${TESTS} ${TESTS} : %/tests : - pytest -svx --cov-report=term-missing --cov=testcontainers.$* --tb=short $*/tests + pytest -svx --cov-report=term-missing --cov=testcontainers.$* --tb=short --strict-markers $*/tests # Targets to lint the code. lint : ${LINT}