Skip to content

Commit

Permalink
git: update dulwich to 0.20.22 (iterative#6049)
Browse files Browse the repository at this point in the history
* git: update dulwich to 0.20.22

* git: disable reading system config in CI
  • Loading branch information
pmrowla authored May 24, 2021
1 parent bbe06df commit 9dda6bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run(self):
"colorama>=0.3.9",
"configobj>=5.0.6",
"gitpython>3",
"dulwich>=0.20.21",
"dulwich>=0.20.22",
"pygit2>=1.5.0",
"setuptools>=34.0.0",
"nanotime>=0.5.2",
Expand Down
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
os.environ["DVC_TEST"] = "true"
# Ensure progress output even when not outputting to raw sys.stderr console
os.environ["DVC_IGNORE_ISATTY"] = "true"
# Disable system git config
os.environ["GIT_CONFIG_NOSYSTEM"] = "1"

REMOTES = {
# remote: enabled_by_default?
Expand Down

0 comments on commit 9dda6bd

Please sign in to comment.