We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911d81b commit 7d02eecCopy full SHA for 7d02eec
.github/workflows/general.yml
@@ -31,6 +31,7 @@ jobs:
31
env:
32
PLYVEL: ${{ matrix.plyvel }}
33
run: |
34
+ sudo apt-get install --reinstall python-pkg-resources
35
[ "${PLYVEL}" != "true" ] || (echo installing plyvel && sudo apt-get install libleveldb-dev libleveldb1d libsnappy-dev && pip install plyvel)
36
make install
37
- name: Test software
setup.py
@@ -43,7 +43,6 @@ def read(*paths):
43
'pylama',
44
'pylama_quotes',
45
'pyflakes<2.5',
46
- 'setuptools',
47
]
48
TESTS_REQUIRE = [
49
'mock',
0 commit comments