summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-10-04 19:27:38 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-10-04 19:27:38 -0600
commitdb31cc920e9721aee5d70efde87a98fd9c49cacc (patch)
treeb580bb3a5f0be182bdedf3f5d563ddea61fcc4c8
parentbc69fcf3ce3b8c8f39cd6fc2127299f6efa5332e (diff)
downloadnumpy-db31cc920e9721aee5d70efde87a98fd9c49cacc.tar.gz
TST: Mark numpy/tests/test_scripts:test_f2py xfail.
The test is unreliable, as the installation path may depend on the environment in ways we cannot control.
-rw-r--r--numpy/tests/test_scripts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_scripts.py b/numpy/tests/test_scripts.py
index ee09390c7..49ace6d38 100644
--- a/numpy/tests/test_scripts.py
+++ b/numpy/tests/test_scripts.py
@@ -60,6 +60,7 @@ def run_command(cmd, check_code=True):
@pytest.mark.skipif(is_inplace, reason="Cannot test f2py command inplace")
+@pytest.mark.xfail(reason="Test is unreliable")
def test_f2py():
# test that we can run f2py script
if sys.platform == 'win32':