diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/random/tests/test_extending.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/tests/test_extending.py b/numpy/random/tests/test_extending.py index 439980fd4..23a874fb1 100644 --- a/numpy/random/tests/test_extending.py +++ b/numpy/random/tests/test_extending.py @@ -42,7 +42,6 @@ else: @pytest.mark.slow def test_cython(tmp_path): examples = os.path.join(os.path.dirname(__file__), '..', '_examples') - base = os.path.dirname(examples) shutil.copytree(examples, tmp_path / '_examples') subprocess.check_call([sys.executable, 'setup.py', 'build'], cwd=str(tmp_path / '_examples' / 'cython')) |