bashate/test-requirements.txt
Takashi Kajinami 6155afbced Bump hacking
... and fix the errors newly detected.

```
./bashate/bashate.py:300:15: F504 '...' % ... has unused named argument(s): line, warn
        print("%(filename)s:%(filelineno)s:1: %(error)s" %
              ^
./bashate/messages.py:238:17: E741 ambiguous variable name 'l'
            for l in v.long_msg.split('\n'):
                ^
```

Change-Id: I69a7682494550513b5190480ceb79315c501c383
2024-09-19 23:39:32 +09:00

10 lines
220 B
Plaintext

hacking>=4.1.0,<4.2.0;python_version<'3.8' # Apache-2.0
hacking>=7.0.0,<7.1.0;python_version>='3.8' # Apache-2.0
coverage>=3.6
discover
fixtures>=1.3.1
python-subunit>=0.0.18
testtools>=2.2.0
stestr>=1.0.0 # Apache-2.0