public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lumir Balhar <lbalhar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ipython] f44: Skip flaky test_hist_file_config
Date: Thu, 18 Jun 2026 11:16:45 GMT [thread overview]
Message-ID: <178178140540.1.5020918116206434387.rpms-ipython-6d02b1befb1c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ipython
Branch : f44
Commit : 6d02b1befb1cc333d952ba4ca4d617af4d013d8b
Author : Lumir Balhar <lbalhar@redhat.com>
Date : 2026-03-18T14:54:29+01:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ipython/c/6d02b1befb1cc333d952ba4ca4d617af4d013d8b?branch=f44
Log:
Skip flaky test_hist_file_config
---
diff --git a/ipython.spec b/ipython.spec
index c75dcac..53a2202 100644
--- a/ipython.spec
+++ b/ipython.spec
@@ -162,8 +162,9 @@ export IPYTHON_TESTING_TIMEOUT_SCALE=4
# Switch to a temporary directory to avoid _pytest.pathlib.ImportPathMismatchError
mkdir test_temp_dir
pushd test_temp_dir
-# Ignored tests don't work well with out custom paths
-%pytest -vv -p no:cacheprovider -k "not test_get_xdg_dir_3 and not test_extension" ../tests
+# test_get_xdg_dir_3 and test_extension don't work well with out custom paths
+# test_hist_file_config is flaky https://github.com/ipython/ipython/issues/15161
+%pytest -vv -p no:cacheprovider -k "not test_get_xdg_dir_3 and not test_extension and not test_hist_file_config" ../tests
popd
rm -rf test_temp_dir
%endif
reply other threads:[~2026-06-18 11:16 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=178178140540.1.5020918116206434387.rpms-ipython-6d02b1befb1c@fedoraproject.org \
--to=lbalhar@redhat.com \
--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