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 7d02eec commit a7c0d82Copy full SHA for a7c0d82
.github/workflows/general.yml
@@ -31,7 +31,6 @@ 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,6 +43,7 @@ def read(*paths):
43
'pylama',
44
'pylama_quotes',
45
'pyflakes<2.5',
46
+ 'setuptools',
47
]
48
TESTS_REQUIRE = [
49
'mock',
0 commit comments