summaryrefslogtreecommitdiff
path: root/spec/fixtures/python/simple-setup.py
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-09 16:05:28 -0600
committermo khan <mo.khan@gmail.com>2020-04-09 16:39:08 -0600
commit04e57e76844d7ca70d5b1a84d9b30dba1d6bee9c (patch)
tree05f9cf6e795b8acb54f8b7df87972588bfa38a23 /spec/fixtures/python/simple-setup.py
parentdda9e59a4a3ab471001998d0e68d67ab12b4ac69 (diff)
Specify PIP_CERT when installing pip packages
* Add CHANGELOG entry * Move method `default_env` to Python class
Diffstat (limited to 'spec/fixtures/python/simple-setup.py')
-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',