public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-py] pr7: Only run tests from the 'testing' subdir in %check.
@ 2026-08-01 11:43 Thomas Moschny
  0 siblings, 0 replies; only message in thread
From: Thomas Moschny @ 2026-08-01 11:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-py
Branch : pr7
Commit : be441df4f6179fbb9343d8c42e414fc0fa1d2d91
Author : Thomas Moschny <thm@fedoraproject.org>
Date   : 2013-10-07T10:15:50+02:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-py/c/be441df4f6179fbb9343d8c42e414fc0fa1d2d91?branch=pr7

Log:
Only run tests from the 'testing' subdir in %check.

---
diff --git a/python-py.spec b/python-py.spec
index fd64703..fbd088c 100644
--- a/python-py.spec
+++ b/python-py.spec
@@ -15,7 +15,7 @@
 
 Name:           python-py
 Version:        1.4.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library with cross-python path, ini-parsing, io, code, log facilities
 Group:          Development/Languages
 License:        MIT and Public Domain
@@ -126,12 +126,12 @@ rm -rf doc/_build/html/.buildinfo
 %if 0%{?run_check}
 PYTHONPATH=%{buildroot}%{python_sitelib} \
 LC_ALL="en_US.UTF-8" \
-py.test -r s -k"-TestWCSvnCommandPath"
+py.test -r s -k"-TestWCSvnCommandPath" testing
 %if 0%{?with_python3}
 pushd %{py3dir}
 PYTHONPATH=%{buildroot}%{python3_sitelib} \
 LC_ALL="en_US.UTF-8" \
-py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath"
+py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
 popd
 %endif # with_python3
 %endif # run_check
@@ -161,6 +161,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Oct  7 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.17-2
+- Only run tests from the 'testing' subdir in %%check.
+
 * Fri Oct  4 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.17-1
 - Update to 1.4.17.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-01 11:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 11:43 [rpms/python-py] pr7: Only run tests from the 'testing' subdir in %check Thomas Moschny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox