Closed rossmacarthur closed 3 months ago
There is now a global tests package in my virtual environment. I.e. import tests now refers to this global package instead of my local package
tests
import tests
Install version 3.5.0 using pip in a new virtualenv.
pip
The tests package should not be published
What is the current behavior?
There is now a global
tests
package in my virtual environment. I.e.import tests
now refers to this global package instead of my local packageSteps to reproduce
Install version 3.5.0 using
pip
in a new virtualenv.Expected behavior
The tests package should not be published