cfv icon indicating copy to clipboard operation
cfv copied to clipboard

Command-line File Verify

Results 19 cfv issues
Sort by recently updated
recently updated
newest added

Hi, This patch is required for tests to pass with Python 3.12, along with 5259bcbe3434c6974f7a65cc435dd0b4cfc3f864. The "imp" module was removed in Python 3.12. The replacement functions were added in Python...

Depends on #53 This should also implement deprecation warning checking in the CI like described here: https://github.com/cfv-project/cfv/issues/21#issue-957103285

HI, running tests, I noticed this warning: ``` cfv/test/cfvtest.py:26: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation...

code quality

We also want to support Windows and macOS. Therefore, it would be useful to have Windows and macOS runners in this CI pipeline: https://github.com/cfv-project/cfv/blob/python3/.github/workflows/ci-python3.yml

Currently, there are a few issues, why cfv including the test suite does not run on Windows. We have to investigate the issues and fix them.

Currently, there are a few issues, why cfv including the test suite does not run on macOS. We have to investigate the issues and fix them. I consider shifting back...

Both versions reached their end of life. Other dependencies are dropping their support too. The current versions of some tools like Poetry or typing-extensions also only support Python 3.7 and...

if hashing recurive directories in windows there is no contect argument to not follow symbolic and hard linkss.