aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-04-11 16:24:13 +0200
committerMatěj Cepl <mcepl@cepl.eu>2022-04-11 16:43:36 +0200
commit147de43b2728ef3fa6b2940eb9a72458a533404e (patch)
tree637b05c4b4136cd382de87564ebaf4574439a1df
parent17d4304f64be925a4e2f3c4da113d49ac5e2cf8b (diff)
downloadnntplib-147de43b2728ef3fa6b2940eb9a72458a533404e.tar.gz
Fix build manifest for Fedora.
-rw-r--r--.builds/fedora.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
index 0069a32..941ca98 100644
--- a/.builds/fedora.yml
+++ b/.builds/fedora.yml
@@ -1,14 +1,11 @@
image: fedora/latest
packages:
- - python3
- - python3-test
+ - python3.10
+ - python3.10-test
sources:
- https://git.sr.ht/~mcepl/nntplib
tasks:
- - build: |
- cd nntplib
- python3 setup.py build
- test: |
cd nntplib
- python3 -munittest -v test_nntp.py
+ python3.10 -munittest -v test_nntplib.py