Skip to content

Commit c3bcb9d

Browse files
committed
Switch to int_date for acceptance test
`Randomized_Requests` has problems to be installed in newer versions thus lets just switch to a different pip which includes a underscore.
1 parent 621548a commit c3bcb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/virtualenv_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class { 'python' :
9494
owner => 'root',
9595
group => 'root',
9696
}
97-
-> python::pip { 'Randomized_Requests' :
97+
-> python::pip { 'int_date' :
9898
ensure => 'latest',
9999
virtualenv => '/opt/venv4',
100100
}

0 commit comments

Comments
 (0)