Skip to content

Commit

Permalink
Set to build astropy (and pytest-* deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Jul 26, 2018
1 parent a5fb9fa commit f91faa3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ska_conda/build_order.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pytest-arraydiff
pytest-doctestplus
pytest-openfiles
pytest-remotedata
pytest-astropy
astropy
Ska.Shell
Ska.File
pyyaks
Expand Down
4 changes: 3 additions & 1 deletion ska_conda/ska_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
ska_conda_path = os.path.abspath(os.path.dirname(__file__))
pkg_defs_path = os.path.join(ska_conda_path, "pkg_defs")
build_list = os.path.join(ska_conda_path, "build_order.txt")
no_source_pkgs = ['ska3-flight', 'ska3-core', 'ska3-dev', 'ska3-pinned', 'ska3-template']
no_source_pkgs = ['ska3-flight', 'ska3-core', 'ska3-dev', 'ska3-pinned', 'ska3-template',
'pytest-arraydiff', 'pytest-doctestplus', 'pytest-openfiles', 'pytest-remotedata',
'pytest-astropy', 'astropy']

class SkaBuilder(object):

Expand Down

0 comments on commit f91faa3

Please sign in to comment.