Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .github/workflows/tach-check.yml

This file was deleted.

10 changes: 0 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ We use the following testing packages:
- `pytest-mock`: Mocking functionality
- `pyfakefs`: Mock filesystem operations
- `requests_mock==1.11.0`: Mock HTTP requests
- `tach~=0.9`: Performance testing and dependency tracking to prevent circular dependencies

### Using Tox

Expand Down Expand Up @@ -216,15 +215,6 @@ This will:
- Sanitize sensitive information
- Update cassettes when API changes

5. **Performance Testing**:
```python
from tach import Tach

def test_performance():
with Tach('operation_name'):
perform_operation()
```

### CI Testing Strategy

We use Jupyter notebooks as integration tests for LLM providers. This approach:
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ dev = [
"pdbpp>=0.10.3",
]

# CI dependencies
ci = [
"tach~=0.9" # Task runner for CI/CD pipelines
]

[project.urls]
Homepage = "https://github.com/AgentOps-AI/agentops"
Issues = "https://github.com/AgentOps-AI/agentops/issues"
Expand Down
19 changes: 0 additions & 19 deletions tach.yml

This file was deleted.

Loading