Skip to content

Commit 9feb255

Browse files
committed
use pytest
1 parent 46668b3 commit 9feb255

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
python -m pip install setuptools
4040
python -m pip install --upgrade pip
4141
python -m pip install flake8
42+
pytohn -m pip install pytest
4243
- name: Test
4344
run: |
44-
MYSQL_ROOT_PASSWORD=password python setup.py test
45-
python -m pip install cython
46-
python setup.py build_ext -i
47-
MYSQL_ROOT_PASSWORD=password python setup.py test
45+
MYSQL_ROOT_PASSWORD=password pytest
46+
python -m pip install -e .
47+
MYSQL_ROOT_PASSWORD=password pytest

0 commit comments

Comments
 (0)