Skip to content

version 1.6.0

Compare
Choose a tag to compare
@rhpvorderman rhpvorderman released this 03 Dec 12:34
· 168 commits to develop since this release
e1bfc76
  • Add a --git-aware or --ga option to only copy copy files listed by
    git ls-files. This omits the .git folder, 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-aware option.

  • Add support and tests for Python 3.10