Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Isolated pytest #6229

Merged
merged 16 commits into from
Aug 4, 2023
Prev Previous commit
Next Next commit
notebook
  • Loading branch information
NoureldinYosri committed Aug 2, 2023
commit 486a2a593044a50df5ba24ed87c899e92e5bc636
6 changes: 2 additions & 4 deletions dev_tools/requirements/isolated-base.env.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# a minimal env for testing isolated notebooks and packages

-r deps/pytest.txt
-r deps/notebook.txt

# for shell_tools
requests

# For notebooks https://github.com/quantumlib/Cirq/issues/6227
ipykernel==5.3.4
requests