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.

Home Page:https://qxf2.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Archana-GS opened this issue · comments

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.

Stale issue message