version 1.6.0
-
Add a
--git-awareor--gaoption to only copy copy files listed by
git ls-files. This omits the.gitfolder, all untracked files and
everything ignored by.gitignore. This reduces the number of copy
operations drastically.Pytest-workflow will now emit a warning when copying of a git directory is
detected without the--git-awareoption. -
Add support and tests for Python 3.10