test_require is deprecated

This commit is contained in:
gpotter2
2020-11-27 15:47:15 +01:00
committed by Marcin Kulik
parent b906a2a4d3
commit 44c782dc6a
2 changed files with 1 additions and 3 deletions

View File

@@ -39,6 +39,6 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: python setup.py test
run: pip install nose
- name: Run Asciinema tests
run: script -e -c make test