From 04e57e76844d7ca70d5b1a84d9b30dba1d6bee9c Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 9 Apr 2020 16:05:28 -0600 Subject: Specify PIP_CERT when installing pip packages * Add CHANGELOG entry * Move method `default_env` to Python class --- spec/fixtures/python/simple-setup.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'spec/fixtures/python/simple-setup.py') 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', -- cgit v1.2.3