Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 90bcee7

Browse files
committed
tests: upgrade pytest and noseOfYeti
1 parent e8eecb9 commit 90bcee7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pylama.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pylama]
2-
skip = */setup.py
2+
skip = setup.py
33

44
[pylama:tests/*]
55
ignore = E225,E202,E211,E231,E226,W292,W291,E251,E122,E501,E701,E227,E305,E128

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
, extras_require =
1414
{ 'tests':
15-
[ 'pytest>=6.2.5'
16-
, 'noseOfYeti==2.1.0'
15+
[ 'pytest>=7.0.1'
16+
, 'noseOfYeti==2.3.1'
1717
, "pytest-parallel==0.1.1"
1818
, 'rainbow_logging_handler==2.2.2'
19-
, "pytest-helpers-namespace==2021.4.29"
19+
, "pytest-helpers-namespace==2021.12.29"
2020
]
2121
}
2222

0 commit comments

Comments
 (0)