Skip to content

Commit 474464b

Browse files
committed
Drop "allure-pytest" as part of installed dependencies
1 parent 98f3cd3 commit 474464b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Pillow==8.1.2;python_version>="3.6"
8181
rich==9.13.0;python_version>="3.6" and python_version<"4.0"
8282
tornado==5.1.1;python_version<"3.5"
8383
tornado==6.1;python_version>="3.5"
84-
allure-pytest==2.8.36;python_version>="3.5"
8584
pdfminer.six==20191110;python_version<"3.5"
8685
pdfminer.six==20201018;python_version>="3.5"
8786

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@
186186
'rich==9.13.0;python_version>="3.6" and python_version<"4.0"',
187187
'tornado==5.1.1;python_version<"3.5"',
188188
'tornado==6.1;python_version>="3.5"',
189-
'allure-pytest==2.8.36;python_version>="3.5"',
190189
'pdfminer.six==20191110;python_version<"3.5"',
191190
'pdfminer.six==20201018;python_version>="3.5"',
192191
],

0 commit comments

Comments
 (0)