Skip to content

Commit

Permalink
Add pytest depedencies to Pipfile
Browse files Browse the repository at this point in the history
In #6720 I'm adding a `pytest` based testing framework. This adds the
dependencies for those. They have already been merged into our docker
files in the the-process repo preparation for #6720. But by not having
them on our citus main branch it is impossible to make changes to the
Pipfile, because our CI Dockerfiles and master are out of date.

Since #6720 will need some more discussion and might take a few more
weeks to be merged, this takes out the Pipfile changes. By merging this
PR we can unblock new Pipfile changes.
  • Loading branch information
JelteF committed Mar 15, 2023
1 parent a0a4194 commit e00be4b
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 8 deletions.
6 changes: 6 additions & 0 deletions src/test/regress/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ mitmproxy = {editable = true, ref = "main", git = "https://github.com/citusdata/
construct = "==2.9.45"
docopt = "==0.6.2"
cryptography = ">=39.0.1"
pytest = "*"
psycopg = "*"
filelock = "*"
pytest-asyncio = "*"
pytest-timeout = "*"
pytest-xdist = "*"

[dev-packages]
black = "*"
Expand Down
176 changes: 168 additions & 8 deletions src/test/regress/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e00be4b

Please sign in to comment.