qxf2 / qxf2-page-object-model

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
https://qxf2.com
MIT License
261 stars 192 forks source link

toxify tests are failing on CircleCI due to lack of support for Python 3.6 #324

Closed Archana-GS closed 1 year ago

Archana-GS commented 1 year ago

There is a setup of CircleCI workflow to run toxify tests automatically whenever there is a push to repo, However, the tests are failing due to an error related to the lack of support for Python 3.6 in toxify. Actual Results: The toxify tests are failing with the following error message: image TheCircleCI workflow is properly configured. However, it appears that toxify does not support Python 3.6, which is causing the tests to fail.

github-actions[bot] commented 1 year ago

Stale issue message