fix: include VIRTUAL_ENV variable (#1842)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2024-05-29 08:20:02 +02:00
committed by GitHub
parent 4c2ed1e632
commit c333b131d3
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ class TestSpam(TestCase):
self.assertTrue(path_contains(sys.prefix, sys.executable))
self.assertTrue(path_contains(sys.prefix, spam.__file__))
self.assertIn("VIRTUAL_ENV", os.environ)
def test_uname(self):
if platform.system() == "Windows":