Skip to content

Commit

Permalink
fixup! Experiments with real world projects
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Dec 19, 2023
1 parent 662f784 commit 9bcbdbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/project_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ def __call__(self, cache: pytest.Cache) -> Path:
logger.info(f"Creating venv at {venv_dir}...")
venv_script = self.venv_script_lines(venv_dir)

logger.warning(f"SCRIPT: {venv_script}")

subprocess.run(
" && ".join(venv_script),
check=True, # fail if any of the commands fail
Expand Down
1 change: 0 additions & 1 deletion tests/test_real_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def test_real_project(request, project, experiment):

print(f"Testing real project {project.name!r} under {project_dir}")
print(f"Project description: {project.description}")
print(project)
print(f"Virtual environment of the project {project.name!r} under {venv_dir}")
print()
print(f"Running real project experiment: {experiment.name}")
Expand Down

0 comments on commit 9bcbdbc

Please sign in to comment.