mirror of
https://github.com/ruvnet/RuView
synced 2026-07-19 16:53:18 +00:00
d2ef300b4d
Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.12.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
# Development and testing dependencies
|
|
# Install with: pip install -r requirements.txt -r requirements-dev.txt
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.21.0
|
|
pytest-mock>=3.15.1
|
|
pytest-benchmark>=5.2.3
|
|
|
|
# Linting and formatting
|
|
black>=23.0.0
|
|
flake8>=6.0.0
|
|
mypy>=1.0.0
|