-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a Docker image specifically for running the Python tests.
This separates out the dependencies from the server builder. I am using Python 3.9 as it has improved support for type annotations, which I would like to use. PR-URL: hasura/graphql-engine-mono#5761 GitOrigin-RevId: d57b4a5ace050861e516dd79a4a38ff4844d4093
- Loading branch information
1 parent
d43a30e
commit 1b20bb5
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/.direnv | ||
/.git | ||
/console/node_modules | ||
/dist-newstyle | ||
/server/tests-py/.hasura-dev-python-venv | ||
/server/tests-py/.pytest-cache | ||
/server/tests-py/__pycache__ | ||
/server/tests-py/node_modules |