Skip to content

Commit

Permalink
test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Nov 30, 2023
1 parent a50a3e9 commit e9e3734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wooey/tests/test_virtual_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def test_installs_requirements(self):
venv = self.venv
venv.requirements = "flask"
venv.save()
setup_venv(venv)
binary = venv.get_venv_python_binary()
results = subprocess.run(
[binary, "-m" "pip", "freeze", "--local"], capture_output=True
Expand Down

0 comments on commit e9e3734

Please sign in to comment.