We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff80ee5 commit 70411dcCopy full SHA for 70411dc
2 files changed
.github/workflows/test.yml
@@ -26,5 +26,6 @@ jobs:
26
27
- name: Run tests
28
run: |
29
- python setup.py test
+ python setup.py build_ext --inplace
30
+ python -m unittest discover -vv tests
31
./bench.sh
setup.py
@@ -41,7 +41,6 @@ def readfile(filename):
41
license='BSD',
42
packages=['xxhash'],
43
ext_package='xxhash',
44
- test_suite='tests',
45
classifiers=[
46
'Development Status :: 5 - Production/Stable',
47
'License :: OSI Approved :: BSD License',
0 commit comments