diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-04-13 09:24:40 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-04-13 09:24:40 +0200 |
commit | 42d85fbff6d1a7673996e4715a486e0057873595 (patch) | |
tree | 92bc3a94f2a783c5df86c88566fcddcc9f33c6a4 /.builds | |
parent | f37f9a2bd8e23ac313a5f06bc25a8dd3823a9800 (diff) |
Fix nose dependencies in the CI
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/archlinux.yml | 2 | ||||
-rw-r--r-- | .builds/debian_oldstable.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 2dfea59..e7099c3 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -1,6 +1,6 @@ image: archlinux packages: - - python-nose + - python-nose2 - python-coverage - flake8 - python-isort diff --git a/.builds/debian_oldstable.yml b/.builds/debian_oldstable.yml index 33c256b..fd1992f 100644 --- a/.builds/debian_oldstable.yml +++ b/.builds/debian_oldstable.yml @@ -1,6 +1,6 @@ image: debian/oldstable packages: - - python3-nose3 + - python3-nose2 - python3-coverage - flake8 - isort |