public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Thomas Moschny <thm@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-py] pr7: Only run tests from the 'testing' subdir in %check.
Date: Sat, 01 Aug 2026 11:43:10 GMT [thread overview]
Message-ID: <178558459052.1.6308319020833047613.rpms-python-py-be441df4f617@fedoraproject.org> (raw)
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.
reply other threads:[~2026-08-01 11:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178558459052.1.6308319020833047613.rpms-python-py-be441df4f617@fedoraproject.org \
--to=thm@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox