Skip to content

inherit additional deps from an environment in [edgetest.envs.core] #32

Description

@ryanSoley

it'd be nice if I only had to specify my library's dependencies in [edgetest.envs.core] instead of needing to remember to add every new test dependency. there's already a considerable amount of env declaration duplication required throughout the various package managing tools, so it'd be nice if there wasn't another layer of duplication here

I'd like to only need to specify the libraries I want to try updating in [edgetest.envs.core]. I'd like to inherit the rest of the dependencies from an environment file. for example:

[edgetest.envs.core]
python_version = 3.9
conda_install = 
	./environment.yml
extras = 
	all
upgrade = 
	click
	dask[dataframe]
	fsspec
	intake[dataframe]
	pandas
	pyarrow
	PyYAML
	s3fs
	prefect
	dash
	dash-bootstrap-components

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions