Skip to content

Commit 155bdeb

Browse files
committed
test(pillar): disable dxpy on Ubuntu (works locally)
* 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`
1 parent a9f120f commit 155bdeb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/salt/pillar/ubuntu.sls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ packages:
3939
- libpython2.7-dev
4040
- python-pip
4141
wanted:
42-
- dxpy
42+
# TODO: Investigate why this is longer working; OK when running locally
43+
# - dxpy
4344
- attrs
4445
unwanted:
4546
- campbel

0 commit comments

Comments
 (0)