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

fixes #19

Merged
merged 1 commit into from
Apr 8, 2024
Merged

fixes #19

merged 1 commit into from
Apr 8, 2024

Conversation

frichtarik
Copy link
Contributor

@frichtarik frichtarik commented Apr 3, 2024

@andhus these changes are pointed to your PR #17, feel free to merge it in anytime
they should help you to have a safe commit to create a new release

I'll probably try to contribute some more, but right now i need that removal of pkg_resources released for a project of my own, thx in advance

@frichtarik frichtarik marked this pull request as ready for review April 3, 2024 14:33
Copy link
Owner

@andhus andhus left a comment

Choose a reason for hiding this comment

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

Thanks @frichtarik 👍
I'll fix the failing 3.8 test in #17

@@ -132,7 +132,7 @@ def test_ignore_extensions(self):

class TempDirTest(object):

def setup(self):
def setup_method(self):
self.dir = tempfile.mkdtemp()

def tear_down(self):
Copy link
Owner

Choose a reason for hiding this comment

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

looks like this should also be teardown_method :) https://docs.pytest.org/en/stable/how-to/xunit_setup.html

@andhus andhus merged commit 11fe848 into andhus:github-workflows Apr 8, 2024
4 of 5 checks passed
@@ -26,7 +26,7 @@
author="Anders Huss",
author_email="andhus@kth.se",
license='MIT',
install_requires=['scantree>=0.0.1'],
install_requires=['scantree>=0.0.2', 'pathspec<=0.10.0'],
Copy link
Owner

Choose a reason for hiding this comment

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

In fact pathspec==0.10.0 was "yanked" of pypi https://pypi.org/project/pathspec/0.10.0/ so this should really be <0.10.0 to be clear. Will fix in #17

@frichtarik frichtarik deleted the patch branch April 10, 2024 09:56
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