git » nvchecker.git » commit fb66f9e

The workaround for test_anitya is not needed anymore

author Chih-Hsuan Yen
2024-06-04 03:16:53 UTC
committer Chih-Hsuan Yen
2024-06-04 03:16:53 UTC
parent cbfe33d31d9d2f831defe78762d401809859485c

The workaround for test_anitya is not needed anymore

PKGBUILD +1 -2

diff --git a/PKGBUILD b/PKGBUILD
index 88ea3ce..896b9bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,8 +65,7 @@ build() {
 
 check() {
   cd nvchecker
-  # Skip test_anitya temporarily due to service outage https://pagure.io/fedora-infrastructure/issue/11961
-  pytest -k 'not test_anitya'
+  pytest
 }
 
 package() {