Merge pull request #85 from myii/test/fix-debian-node-and-python3-pip-settings

test(debian): fix `node` and `python3-pip` settings
This commit is contained in:
Imran Iqbal 2022-01-16 22:34:53 +00:00 committed by GitHub
commit 7e1816a9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 13 deletions

View file

@ -554,7 +554,6 @@ suites:
provisioner:
dependencies:
- name: node
branch: test-kitchen
repo: git
source: https://github.com/saltstack-formulas/node-formula.git
state_top:

View file

@ -88,8 +88,7 @@ values:
timeout: 120
required:
pkgs:
- libpython2.7-dev
- python-pip
- python3-pip
states: []
unwanted:
- campbel

View file

@ -88,8 +88,7 @@ values:
timeout: 120
required:
pkgs:
- libpython2.7-dev
- python-pip
- python3-pip
states: []
unwanted:
- campbel

View file

@ -88,8 +88,7 @@ values:
timeout: 120
required:
pkgs:
- libpython2.7-dev
- python-pip
- python3-pip
states: []
unwanted:
- campbel

View file

@ -3,10 +3,8 @@
---
# Dependency (node)
node:
version: 12.16.1-1nodesource1
install_from_ppa: true
ppa:
repository_url: https://deb.nodesource.com/node_12.x
pkg:
use_upstream_repo: true # Debian family only
packages:
pkgs:
@ -40,8 +38,7 @@ packages:
# Pillar parameters have precedence so, if you add a package here, you
# should also add the python pip package you want. Otherwise, the formula
# will take care of getting it if needed.
- libpython2.7-dev
- python-pip
- python3-pip
wanted:
# TODO: Investigate why this is longer working
# - dxpy