Skip to content

Commit

Permalink
Fix broken end-to-end tests by no longer using an editable package th…
Browse files Browse the repository at this point in the history
…ere, a work-around for pypa/packaging-problems#609
  • Loading branch information
witten committed Apr 15, 2023
1 parent 8cb5a42 commit 7ee37a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/end-to-end/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- "../..:/app:ro"
tmpfs:
- "/app/borgmatic.egg-info"
- "/app/build"
tty: true
working_dir: /app
entrypoint: /app/scripts/run-full-tests
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ commands =
pytest {posargs}

[testenv:end-to-end]
usedevelop = False
deps = -rtest_requirements.txt
.
passenv = COVERAGE_FILE
commands =
pytest {posargs} --no-cov tests/end-to-end
Expand Down

0 comments on commit 7ee37a8

Please sign in to comment.