summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_extending.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-12-27 13:29:42 +0200
committermattip <matti.picus@gmail.com>2019-12-27 13:29:42 +0200
commit867eb78d25a0640c43b67bc7d3d0fe068ba85680 (patch)
tree7b37da60a22e69028b318a2383e9e40fd94d6048 /numpy/random/tests/test_extending.py
parentaf6e61668ac3598daca111e7ed81bcca5e910735 (diff)
downloadnumpy-867eb78d25a0640c43b67bc7d3d0fe068ba85680.tar.gz
MAINT: remove dead code from review
Diffstat (limited to 'numpy/random/tests/test_extending.py')
-rw-r--r--numpy/random/tests/test_extending.py1
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'))