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

Better handling of file system for #78 #80

Merged
merged 4 commits into from
Mar 1, 2022
Merged

Better handling of file system for #78 #80

merged 4 commits into from
Mar 1, 2022

Conversation

prisae
Copy link
Collaborator

@prisae prisae commented Mar 1, 2022

If psutil is not installed, it will not know the file system.

Before #76, this was then simply omitted. Since then, it is always shown, but as 'unknown' if psutil is not installed.

This PR undoes that.

I did also the following changes to the actions (if you prefer a separate PR @banesullivan let me know):

  • pythonpackage.yml: Remove Python 3.6, add Python 3.10
  • lint.yml & release.yml: Move from Python 3.8 to Python 3.9

Resolves #78

@prisae prisae requested a review from banesullivan March 1, 2022 18:56
@prisae prisae mentioned this pull request Mar 1, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2022

Codecov Report

Merging #80 (a6f9f42) into main (66946d2) will increase coverage by 0.10%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #80      +/-   ##
==========================================
+ Coverage   87.05%   87.15%   +0.10%     
==========================================
  Files           4        4              
  Lines         363      366       +3     
==========================================
+ Hits          316      319       +3     
  Misses         47       47              

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.10"]
Copy link
Owner

Choose a reason for hiding this comment

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

If dropping 3.6 from CI, should we specify the Python versions in the setup.py with python_requires='>=3.7.*'?

@banesullivan banesullivan changed the title Fixes #78 Better handling of file system for #78 Mar 1, 2022
@banesullivan banesullivan merged commit 120c007 into main Mar 1, 2022
@banesullivan banesullivan deleted the file-system branch March 1, 2022 21:46
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.

File System unknown
3 participants