We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1d21e commit 5f2cd2aCopy full SHA for 5f2cd2a
1 file changed
Makefile
@@ -42,12 +42,7 @@ test-unit:
42
43
.PHONY: test-integration
44
test-integration:
45
-# TODO: Figure out why integration tests time out in CI environment.
46
-ifdef CI
47
- $(warning skipping integration tests in CI environment)
48
-else
49
pipenv run pytest -vv --capture=no tests/integration
50
-endif
51
52
.PHONY: get-pipenv
53
get-pipenv:
0 commit comments