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`
This commit is contained in:
Imran Iqbal 2020-03-27 21:39:45 +00:00
parent a9f120fa6a
commit 155bdeb7b9
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -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