agentos-project / agentos

The Python Component System (PCS) is an API and CLI for building, running, and sharing Python code. AgentOS is a set of libraries built on top of PCS that make it easy to build, run, and share agents that use Reinforcement Learning.
https://agentos.org
Apache License 2.0
13 stars 4 forks source link

Silence dulwich spam in github tests #407

Closed nickjalbert closed 2 years ago

nickjalbert commented 2 years ago

This PR silences the dulwich spam (e.g. "Counting objects 1/3000") in the github test logs. We still have a lot of noise, but now it's from PCS/AOS proper and we clean that up as desired.

Example logs with this change

andyk commented 2 years ago

Thanks for doing this