Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove python2 support from awxkit #6327

Merged

Conversation

ryanpetrello
Copy link
Contributor

No description provided.

@@ -67,7 +67,7 @@ def run(self):
},
include_package_data=True,
install_requires=requirements,
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
python_requires=">=3.6",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we start adding Trove classifiers to the setup.py? Are we intending to make awxkit, or at least awx-cli, available on pypi.org?

Copy link
Contributor Author

@ryanpetrello ryanpetrello Mar 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't currently publish to PyPI (and don't have plans to in the near future), but if we did in the future then we should definitely add Trove classifiers 👍

@softwarefactory-project-zuul
Copy link
Contributor

Build failed.

Copy link
Contributor

@jbradberry jbradberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you have to adjust the Makefile to only run tox with the Python 3 environment.

@softwarefactory-project-zuul
Copy link
Contributor

Build failed.

Copy link
Contributor

@jakemcdermott jakemcdermott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/ansible/awx/blob/devel/awxkit/awxkit/api/pages/credentials.py#L22

It'll continue to work fine, but this block can go if you feel like removing it.

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

try:
json.loads(data)
except err:
except json.decoder.JSONDecodeError:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit a725778 into ansible:devel Mar 19, 2020
AlexSCorey pushed a commit to AlexSCorey/awx that referenced this pull request Jul 26, 2023
…ra-vars

[4.3] Fixes bug where attempting to edit a schedule with stringified extra_data threw error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants