summaryrefslogtreecommitdiff
path: root/spec/fixtures/python
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 17:53:26 +0000
committermo khan <mo.khan@gmail.com>2020-04-14 17:53:26 +0000
commit3fdf2793726ad19d7f654fec0a9a98600d39d48f (patch)
treef57d0fbea6e26f9722e773e8148ca00a4f82817f /spec/fixtures/python
parentdda9e59a4a3ab471001998d0e68d67ab12b4ac69 (diff)
parentabc83e16d11ae1476f2b41ab4c2dd975cb7f1776 (diff)
Merge branch '213584-pip-root-certificate' into 'master'v3.7.1
Specify PIP_CERT when installing pip packages See merge request gitlab-org/security-products/license-management!133
Diffstat (limited to 'spec/fixtures/python')
-rw-r--r--spec/fixtures/python/simple-setup.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/fixtures/python/simple-setup.py b/spec/fixtures/python/simple-setup.py
index 02ee1c4..51b96a2 100644
--- a/spec/fixtures/python/simple-setup.py
+++ b/spec/fixtures/python/simple-setup.py
@@ -1,12 +1,7 @@
#!/usr/bin/env python3
-import os
-import shutil
-
from setuptools import find_packages
from setuptools import setup
-shutil.rmtree("build", ignore_errors=True)
-
setup(
name="package name",
version='1.1',