File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1568,7 +1568,9 @@ def test_install_compatible_python_requires(script):
1568
1568
1569
1569
1570
1570
@pytest .mark .network
1571
- def test_install_pep508_with_url (script ):
1571
+ def test_install_pep508_with_url (script , virtualenv ):
1572
+ virtualenv .user_site_packages = False
1573
+
1572
1574
res = script .pip (
1573
1575
'install' , '--no-index' ,
1574
1576
'packaging@https://files.pythonhosted.org/packages/2f/2b/'
@@ -1580,7 +1582,9 @@ def test_install_pep508_with_url(script):
1580
1582
1581
1583
1582
1584
@pytest .mark .network
1583
- def test_install_pep508_with_url_in_install_requires (script ):
1585
+ def test_install_pep508_with_url_in_install_requires (script , virtualenv ):
1586
+ virtualenv .user_site_packages = False
1587
+
1584
1588
pkga_path = create_test_package_with_setup (
1585
1589
script , name = 'pkga' , version = '1.0' ,
1586
1590
install_requires = [
You can’t perform that action at this time.
0 commit comments