mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Remove requirements-dev.txt (#1197)
* Remove requirements-dev.txt * Lint needs different reqs
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
||||
- name: Install developer requirements
|
||||
run: |
|
||||
. ./activate
|
||||
venv/bin/python -m pip install -r requirements-dev.txt
|
||||
venv/bin/python -m pip install pytest pytest-asyncio
|
||||
|
||||
- name: Test blockchain code with pytest
|
||||
run: |
|
||||
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
- name: Install developer requirements
|
||||
run: |
|
||||
. ./activate
|
||||
venv/bin/python -m pip install -r requirements-dev.txt
|
||||
venv/bin/python -m pip install pytest pytest-asyncio
|
||||
|
||||
- name: Test blockchain code with pytest
|
||||
run: |
|
||||
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
- name: Install developer requirements
|
||||
run: |
|
||||
. ./activate
|
||||
venv/bin/python -m pip install -r requirements-dev.txt
|
||||
venv/bin/python -m pip install pytest pytest-asyncio
|
||||
|
||||
- name: Test blockchain code with pytest
|
||||
run: |
|
||||
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
- name: Install developer requirements
|
||||
run: |
|
||||
. ./activate
|
||||
venv/bin/python -m pip install -r requirements-dev.txt
|
||||
venv/bin/python -m pip install pytest pytest-asyncio
|
||||
|
||||
- name: Test clvm code with pytest
|
||||
run: |
|
||||
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
- name: Install developer requirements
|
||||
run: |
|
||||
. ./activate
|
||||
venv/bin/python -m pip install -r requirements-dev.txt
|
||||
venv/bin/python -m pip install pytest pytest-asyncio
|
||||
|
||||
- name: Test blockchain code with pytest
|
||||
run: |
|
||||
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
- name: Install developer requirements
|
||||
run: |
|
||||
. ./activate
|
||||
venv/bin/python -m pip install -r requirements-dev.txt
|
||||
venv/bin/python -m pip install pytest pytest-asyncio
|
||||
|
||||
- name: Test blockchain code with pytest
|
||||
run: |
|
||||
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
- name: Install developer requirements
|
||||
run: |
|
||||
. ./activate
|
||||
venv/bin/python -m pip install -r requirements-dev.txt
|
||||
venv/bin/python -m pip install pytest pytest-asyncio
|
||||
|
||||
- name: Test blockchain code with pytest
|
||||
run: |
|
||||
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
- name: Install developer requirements
|
||||
run: |
|
||||
. ./activate
|
||||
venv/bin/python -m pip install -r requirements-dev.txt
|
||||
venv/bin/python -m pip install pytest pytest-asyncio
|
||||
|
||||
- name: Test clvm code with pytest
|
||||
run: |
|
||||
|
||||
@@ -43,10 +43,10 @@ jobs:
|
||||
env:
|
||||
SECRET: "${{ secrets.test_pypi_password }}"
|
||||
|
||||
- name: Install developer requirements
|
||||
- name: Install lint requirements
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements-dev.txt
|
||||
python -m pip install pytest flake8 mypy
|
||||
|
||||
- name: Lint source with flake8
|
||||
run: |
|
||||
|
||||
@@ -1,59 +0,0 @@
|
||||
black>=20.8b1
|
||||
# black Dependencies
|
||||
appdirs~=1.4.4
|
||||
attrs>=18.1.0
|
||||
click>=6.5
|
||||
mypy_extensions>=0.4.3
|
||||
pathspec>=0.6, <1
|
||||
regex>=2020.1.8
|
||||
toml>=0.9.4
|
||||
typed-ast>=1.4.1
|
||||
typing_extensions>=3.7.4
|
||||
|
||||
flake8>=3.8.3
|
||||
# flake8 Dependencies
|
||||
pyflakes >= 2.2.0
|
||||
pycodestyle >= 2.6.0a1
|
||||
mccabe >= 0.6.0
|
||||
importlib-metadata
|
||||
|
||||
mypy>=0.782
|
||||
# mypy Dependencies
|
||||
mypy_extensions >= 0.4.3
|
||||
# typed_ast >= 1.4.1
|
||||
typing_extensions>=3.7.4
|
||||
|
||||
pytest>=5.4.3
|
||||
# No Dependencies
|
||||
|
||||
pytest-asyncio>=0.14.0
|
||||
# No Dependencies
|
||||
|
||||
setuptools_scm>=4.1.2
|
||||
# No Dependencies
|
||||
|
||||
PyYAML~=5.4.1
|
||||
colorlog~=4.7.2
|
||||
keyring~=21.5.0
|
||||
bitstring~=3.1.7
|
||||
setproctitle~=1.2.2
|
||||
aiter~=0.13.20191203
|
||||
aiosqlite~=0.15.0
|
||||
sortedcontainers~=2.3.0
|
||||
py~=1.9.0
|
||||
pip~=21.0.1
|
||||
wheel~=0.36.2
|
||||
idna~=3.1
|
||||
multidict~=5.1.0
|
||||
six~=1.15.0
|
||||
cffi~=1.14.5
|
||||
setuptools~=54.0.0
|
||||
pluggy~=0.13.1
|
||||
iniconfig~=1.1.1
|
||||
yarl~=1.6.3
|
||||
chardet~=4.0.0
|
||||
pyparsing~=2.4.7
|
||||
pycparser~=2.20
|
||||
packaging~=20.9
|
||||
zipp~=3.4.0
|
||||
portalocker~=2.2.1
|
||||
Reference in New Issue
Block a user