mirror of
				https://github.com/github/octodns.git
				synced 2024-05-11 05:55:00 +00:00 
			
		
		
		
	Install test requirements, not dev in test-module
This commit is contained in:
		| @@ -24,9 +24,9 @@ echo "## checkout provider module ############################################## | ||||
| cd $TMP_DIR | ||||
| git clone "https://github.com/${module}.git" | ||||
| cd $(basename $module) | ||||
| echo "## install module dev requirements #############################################" | ||||
| echo "## install module test requirements #############################################" | ||||
| if [ -e setup.py ]; then | ||||
|   pip install -e .[dev] | ||||
|   pip install -e .[test] | ||||
| elif [ -f pyproject.toml ]; then | ||||
|   # install poetry | ||||
|   pip install poetry | ||||
|   | ||||
		Reference in New Issue
	
	Block a user