diff --git a/package.json b/package.json index ca53ec835..10f07edab 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test:js:coverage": "JEST_JUNIT_OUTPUT_DIR='./coverage' jest --ci --runInBand --reporters=default --reporters=jest-junit", "test:js:report-coverage": "cat ./coverage/lcov.info | coveralls", "test:js:check-coverage": "nyc check-coverage --temp-directory coverage", - "test:py": "pytest", + "test:py": "python -m pytest", "test:py:report-coverage": "python -m coveralls", "test:py:check-coverage": "coverage report --fail-under=100", "test:py:integration": "pytest -m 'integration'",