-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make: Dev reqs are now in isolation [BF-1560]
This makes sure that the tests can run in their own environment, without affecting the system deps, while still using the system deps.
- Loading branch information
Samuel Giffard
committed
Apr 4, 2023
1 parent
09a15b1
commit 9a0abae
Showing
5 changed files
with
38 additions
and
28 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 |
---|---|---|
|
@@ -14,5 +14,7 @@ coverage.xml | |
rpm/ | ||
dist/ | ||
|
||
.venv-test/ | ||
|
||
# Generated targets | ||
pglookout-rpm-src.tar |
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
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 |
---|---|---|
|
@@ -8,3 +8,4 @@ types-requests==2.28.11.16 | |
types-setuptools==67.6.0.5 | ||
pylint==2.17.1 | ||
pytest==7.2.2 | ||
pytest-cov==4.0.0 |