Skip to content

Commit

Permalink
Fix Python functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnix committed Mar 16, 2013
1 parent 37ebf3e commit bb60a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabtools/tests/fabfiles/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ def python_package():

require.python.virtualenv('/tmp/venv')
with fabtools.python.virtualenv('/tmp/venv'):
require.python.package('fabric', download_cache='/var/cache/pip')
require.python.package('fabric')

assert fabtools.files.is_file('/tmp/venv/bin/fab')

0 comments on commit bb60a5a

Please sign in to comment.