public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ipython] f44: Skip flaky test_hist_file_config
@ 2026-06-18 11:16 Lumir Balhar
0 siblings, 0 replies; only message in thread
From: Lumir Balhar @ 2026-06-18 11:16 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-18 11:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-18 11:16 [rpms/ipython] f44: Skip flaky test_hist_file_config Lumir Balhar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox