Skip to content

Commit 25abca0

Browse files
committed
Enable terminal tests as pywinpty is ported for python 3.9
1 parent eb3a1c2 commit 25abca0

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu, macos, windows]
14-
python-version: [ '3.6' , '3.7', '3.8', '3.9' ] # Windows 3.9 fails due to the pywinpty dependency not working (Issue #5967)
14+
python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v1

notebook/conftest.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)