Skip to content

clean up last "import six"#1197

Merged
absurdfarce merged 1 commit intoapache:masterfrom
a-detiste:master
Feb 27, 2024
Merged

clean up last "import six"#1197
absurdfarce merged 1 commit intoapache:masterfrom
a-detiste:master

Conversation

@a-detiste
Copy link
Copy Markdown
Contributor

No description provided.

@absurdfarce
Copy link
Copy Markdown
Contributor

Thanks for the PR @a-detiste! I agree it would be nice to tighten up these last few areas in order to get six completely out of the code base.

Have you signed the Contributor License Agreement for contributions to DataStax open source projects? If not you can find it at https://cla.datastax.com/. Thanks!

@a-detiste
Copy link
Copy Markdown
Contributor Author

Hi, I ve signed the CLA.

Comment thread appveyor/appveyor.ps1 Outdated

# Install Python Dependencies for CCM.
Start-Process python -ArgumentList "-m pip install psutil pyYaml six numpy" -Wait -NoNewWindow
Start-Process python -ArgumentList "-m pip install psutil pyYaml numpy" -Wait -NoNewWindow
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This one probably should stay. The usage here is to add the dependencies that ccm needs (in order to support starting and stopping clusters for unit tests) and as of this writing it does still require six. It's not a huge thing since we don't really rely on AppVeyor much at the moment but I also don't want to delete it as it might cause some level of confusion later.

Copy link
Copy Markdown
Contributor

@absurdfarce absurdfarce left a comment

Choose a reason for hiding this comment

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

Good changes overall, but I think we do want to keep the usage in the AppVeyor PS code.

@a-detiste
Copy link
Copy Markdown
Contributor Author

I force pushed to remove the change

@absurdfarce
Copy link
Copy Markdown
Contributor

Excellent, thanks for the quick turnaround @a-detiste ! I think we're ready to go here!

@absurdfarce absurdfarce merged commit 7e0923a into apache:master Feb 27, 2024
fruch added a commit to fruch/python-driver that referenced this pull request Jun 6, 2024
…sync_with_upstream_3.29.1

version 3.29.1

* tag '3.29.1' of https://github.com/datastax/python-driver:
  Release 3.29.1: changelog & version (apache#1199)
  PYTHON-1378 Expand search directories for includes (apache#1198)
  clean up last "import six" (apache#1197)
  fix build from source on macos using homebrew (apache#1196)
  Added 3.29.0 to docs.yaml
fruch added a commit to fruch/python-driver that referenced this pull request Jun 6, 2024
…sync_with_upstream_3.29.1

version 3.29.1

* tag '3.29.1' of https://github.com/datastax/python-driver:
  Release 3.29.1: changelog & version (apache#1199)
  PYTHON-1378 Expand search directories for includes (apache#1198)
  clean up last "import six" (apache#1197)
  fix build from source on macos using homebrew (apache#1196)
  Added 3.29.0 to docs.yaml
dkropachev pushed a commit to dkropachev/python-driver that referenced this pull request Mar 5, 2025
dkropachev pushed a commit to scylladb/python-driver that referenced this pull request Mar 5, 2025
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.

2 participants