summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2016-04-13 10:54:44 -0500
committerXavierCLL2016-04-13 10:54:44 -0500
commitb0b6f20e1d87ff609172dd2840d4dbe4d694efd0 (patch)
tree7ac68f911a20d9ac14597174df1a2d9e54be3d97 /PKGBUILD
parent6bef84f5309f2db27f06f2c87960b5a1af454761 (diff)
downloadaur-b0b6f20e1d87ff609172dd2840d4dbe4d694efd0.tar.gz
Added Pytest in optional depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61acce66aa49..a606a9af4f9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,9 @@ optdepends=('ipython2: For enhanced interactive Python shell v2 inside Pycharm'
'cython: For performance debugger in Python 3'
'docker-machine: For support docker inside Pycharm'
'docker-compose: For support docker inside Pycharm'
- 'vagrant: For support virtualized development environments')
+ 'vagrant: For support virtualized development environments'
+ 'python2-pytest: For support testing inside Pycharm with Python 2'
+ 'python-pytest: For support testing inside Pycharm with Python 3')
sha256sums=('730e994f3582b1cb9754b121457636265515c19199eabd762cd78b0c504b91cf'
'016db1860a8b36d408c827f90aeb04b9d55cf21ea36788a9d8510cc54fae1c49'
'6442ec9f0690f743da697a2a65b0784017de501e7f39d5de0879153fbf85dc7a'