Skip to content

Commit 70411dc

Browse files
committed
Remove setup.py test_suites
1 parent ff80ee5 commit 70411dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626

2727
- name: Run tests
2828
run: |
29-
python setup.py test
29+
python setup.py build_ext --inplace
30+
python -m unittest discover -vv tests
3031
./bench.sh

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def readfile(filename):
4141
license='BSD',
4242
packages=['xxhash'],
4343
ext_package='xxhash',
44-
test_suite='tests',
4544
classifiers=[
4645
'Development Status :: 5 - Production/Stable',
4746
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)