From e48ea941956b4f1f143d54aebd4a7280760d1e0b Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Mon, 20 May 2024 15:58:09 +0000 Subject: [PATCH] downgrade Pylint to avoid false positive --- .github/workflows/pylint.yaml | 2 +- mmgen/data/version | 2 +- test-requirements.txt | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index 69c91cc4..803e9c94 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -37,7 +37,7 @@ jobs: - name: Install Python dependencies run: | python3 -m pip install gmpy2 cryptography pynacl ecdsa aiohttp requests pexpect scrypt semantic-version - python3 -m pip install pycryptodomex pysocks pycoin ipaddress varint pylint + python3 -m pip install pycryptodomex pysocks pycoin ipaddress varint pylint==3.1.1 python3 -m pip install --no-deps py_ecc==1.6.0 mypy_extensions==0.4.1 monero python3 setup.py build_ext --inplace diff --git a/mmgen/data/version b/mmgen/data/version index 9d6697b5..9e65f632 100644 --- a/mmgen/data/version +++ b/mmgen/data/version @@ -1 +1 @@ -14.1.dev31 +14.1.dev32 diff --git a/test-requirements.txt b/test-requirements.txt index 62a7aacb..23b433c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,4 @@ pycoin monero -pylint +pylint==3.1.1 +# pylint 3.2.0 fails with import errors for mmgen.term and mmgen.proto.secp256k1.secp256k1