Skip to content

Commit

Permalink
Amendments to the testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysle committed Apr 18, 2024
1 parent a86090a commit 47d2410
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
USE_PYTHON_VERSIONS = USE_PYTHON_VERSIONS_DEFAULT


install_commands = (("pip", "install", "."), ("pip", "install", "-e", "."))

install_commands = (
('pip', 'install', '.'),
('pip', 'install', '-e', '.')
)

def install_packages(session, package_a, package_b, command_a, command_b):
env = {**os.environ, "PIP_CONSTRAINT": f"{HERE}/constraints.txt"}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -- PYTHON PACKAGE REQUIREMENTS:
# USE: pip install -r <THIS_FILE>

setuptools >= 68.2.2
nox >= 2023.04.22

0 comments on commit 47d2410

Please sign in to comment.