Skip to content

Commit 47d2410

Browse files
committed
Amendments to the testing workflow
1 parent a86090a commit 47d2410

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

noxfile.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
USE_PYTHON_VERSIONS = USE_PYTHON_VERSIONS_DEFAULT
2626

2727

28-
install_commands = (("pip", "install", "."), ("pip", "install", "-e", "."))
29-
28+
install_commands = (
29+
('pip', 'install', '.'),
30+
('pip', 'install', '-e', '.')
31+
)
3032

3133
def install_packages(session, package_a, package_b, command_a, command_b):
3234
env = {**os.environ, "PIP_CONSTRAINT": f"{HERE}/constraints.txt"}

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -- PYTHON PACKAGE REQUIREMENTS:
22
# USE: pip install -r <THIS_FILE>
33

4+
setuptools >= 68.2.2
45
nox >= 2023.04.22

0 commit comments

Comments
 (0)