Skip to content

Commit 4db3dac

Browse files
authored
Merge pull request #305 from seleniumbase/add-pytest-metadata
Add pytest-metadata to the requirements
2 parents 75ac7f5 + 1c67419 commit 4db3dac

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ nosetests.xml
3232
.pytest_cache/*
3333
.pytest_config
3434

35+
# Azure Pipelines
36+
junit
37+
test-results.xml
38+
3539
# Developer
3640
.idea
3741
.project

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ urllib3==1.24.1
1111
pytest>=4.4.0
1212
pytest-cov>=2.6.1
1313
pytest-html>=1.20.0
14+
pytest-metadata>=1.8.0
1415
pytest-rerunfailures>=7.0
1516
pytest-xdist>=1.27.0
1617
parameterized>=0.7.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='seleniumbase',
20-
version='1.22.2',
20+
version='1.22.3',
2121
description='Reliable Browser Automation & Testing Framework',
2222
long_description=long_description,
2323
long_description_content_type='text/markdown',
@@ -64,6 +64,7 @@
6464
'pytest>=4.4.0',
6565
'pytest-cov>=2.6.1',
6666
'pytest-html>=1.20.0',
67+
'pytest-metadata>=1.8.0',
6768
'pytest-rerunfailures>=7.0',
6869
'pytest-xdist>=1.27.0',
6970
'parameterized>=0.7.0',

0 commit comments

Comments
 (0)