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
print kernels
  • Loading branch information
NoureldinYosri committed Aug 3, 2023
commit 1b1c1d3ee45a9ac41d1d2c466bddde862b94436e
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ jobs:
architecture: 'x64'
- name: Install dependencies
run: pip install -r dev_tools/requirements/isolated-base.env.txt
- name: List kernels
run: jupyter kernelspec list
- name: Test each module in isolation
run: pytest -n auto -m slow dev_tools/packaging/isolated_packages_test.py
pytest:
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/deps/ipython.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ipython>=8.14.0
ipython>=7.34.0
2 changes: 1 addition & 1 deletion dev_tools/requirements/deps/notebook.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
notebook>=6.4.1,<=6.4.7

# https://github.com/nteract/papermill/issues/519
ipykernel==6.24.0
ipykernel==5.3.4

# for executing notebooks in tests
papermill~=2.3.2
Expand Down
3 changes: 1 addition & 2 deletions dev_tools/requirements/isolated-base.env.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# a minimal env for testing isolated notebooks and packages

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

# for shell_tools
requests
requests