Skip to content

Commit

Permalink
purge nose from all files (except release.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
schroeding committed Aug 5, 2024
1 parent a77a2e8 commit 36c605b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
8 changes: 1 addition & 7 deletions test/Dockerfile.python-3.10
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,4 @@ RUN pip install \
"coverage[toml] >= 5.0" \
lxml \
pystemd \
pyyaml \
'setuptools < 58'

# Avoid the wheel on PyPi for nose, because it does not work on Python 3.10.
# An installation from source does work, though, if setuptools<58 exists.
# Cf. https://github.com/nose-devs/nose/issues/1099
RUN pip install nose --no-binary :all:
pyyaml
8 changes: 1 addition & 7 deletions test/Dockerfile.python-3.11
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,4 @@ RUN pip install \
"coverage[toml] >= 5.0" \
lxml \
pystemd \
pyyaml \
'setuptools < 58'

# Avoid the wheel on PyPi for nose, because it does not work on Python 3.11.
# An installation from source does work, though, if setuptools<58 exists.
# Cf. https://github.com/nose-devs/nose/issues/1099
RUN pip install nose --no-binary :all:
pyyaml
1 change: 0 additions & 1 deletion test/Dockerfile.python-3.8
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ RUN pip install \
coloredlogs \
"coverage[toml] >= 5.0" \
lxml \
nose \
pystemd \
pyyaml
1 change: 0 additions & 1 deletion test/Dockerfile.python-3.9
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ RUN pip install \
coloredlogs \
"coverage[toml] >= 5.0" \
lxml \
nose \
pystemd \
pyyaml

0 comments on commit 36c605b

Please sign in to comment.