mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-20 17:59:00 +00:00
Removed `mock` from the `testenv` `deps`. Added `mock` to the template pytest_extra_requirements.txt, commented out. Projects such as network that need it can uncomment it.
7 lines
266 B
Text
7 lines
266 B
Text
# SPDX-License-Identifier: MIT
|
|
|
|
# Write extra requirements for running pytest here:
|
|
# If you need ansible then uncomment the following line:
|
|
#-ransible_pytest_extra_requirements.txt
|
|
# If you need mock then uncomment the following line:
|
|
mock ; python_version < "3.0"
|