Skip to content

Commit

Permalink
test(pillar): disable dxpy on Ubuntu (works locally)
Browse files Browse the repository at this point in the history
* https://cirrus-ci.com/task/5661362936348672?command=verify#L4793-L4859

```
The directory '/home/kitchen/.cache/pip' or its parent directory is
not owned by the current user and caching wheels has been disabled.
check the permissions and owner of that directory. If executing pip with
sudo, you may want sudo's -H flag.
```

* Another error encountered was not being able to find `setuptools`
  • Loading branch information
myii committed Mar 27, 2020
1 parent a9f120f commit 155bdeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/salt/pillar/ubuntu.sls
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ packages:
- libpython2.7-dev
- python-pip
wanted:
- dxpy
# TODO: Investigate why this is longer working; OK when running locally
# - dxpy
- attrs
unwanted:
- campbel
Expand Down

0 comments on commit 155bdeb

Please # to comment.