From abebf7a405c28d7fdde1fefbfbb483b9cb6a2a51 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 1 Oct 2022 07:31:21 -0500 Subject: [PATCH] fix ci --- .github/workflows/tests.yml | 2 +- docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54ea9741..e2a4713a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -112,7 +112,7 @@ jobs: pip check - name: Run the tests run: | - pytest -vv || pytest -vv --lf + pytest -vv -W default || pytest -vv --lf -W default make_sdist: name: Make SDist diff --git a/docs/changelog.rst b/docs/changelog.rst index 2871b66f..c01cf7c9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,7 +7,7 @@ Changes in nbformat 5.6.1 ===== -* Fix handling of ``__version__` on Python 3.7. +* Fix handling of ``__version__`` on Python 3.7. 5.6.0 =====