Skip to content

Commit

Permalink
Enable terminal tests as pywinpty is ported for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
niyas-sait committed Nov 11, 2021
1 parent eb3a1c2 commit 25abca0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python-version: [ '3.6' , '3.7', '3.8', '3.9' ] # Windows 3.9 fails due to the pywinpty dependency not working (Issue #5967)
python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
10 changes: 0 additions & 10 deletions notebook/conftest.py

This file was deleted.

0 comments on commit 25abca0

Please sign in to comment.