Skip to content

Commit

Permalink
CI pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Sep 29, 2021
1 parent df8c204 commit 8d3403c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


requires_future_libgit2 = pytest.mark.skipif(
pygit2.LIBGIT2_VER < (1, 2, 1),
pygit2.LIBGIT2_VER < (2, 0, 0),
reason='This test may work with a future version of libgit2')

try:
Expand Down

0 comments on commit 8d3403c

Please sign in to comment.