Skip to content

Commit

Permalink
revert dependency for latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 17, 2024
1 parent e183b4b commit 7897a5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ def teardown_method(self):
if self.driver:
self.driver.quit()

@pytest.mark.parametrize("test_suite", [
"test suite 1",
"test suite 2"
@pytest.mark.parametrize("Eventloop Test", [
"Background Process"
])

def test_mqtt(self, test_suite):
Expand Down
15 changes: 5 additions & 10 deletions Test/IntegrationTests/MqttClient/DeviceFarmScript/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
packaging==24.0
Appium-Python-Client~=2.9.0
Appium-Python-Client~=3.1.1
pytest~=7.4.3
boto3~=1.28.1
urllib3==1.26.18
requests~=2.28.0
boto3~=1.34.11
requests~=2.32.3
PyYAML~=6.0.1
pytest-metadata~=3.0.0
pytest-html~=3.2.0
selenium~=4.9.0
pluggy==1.2.0
trio~=0.22.2
pytest-html~=4.1.1
selenium~=4.17.2

0 comments on commit 7897a5d

Please sign in to comment.