busser-nose2 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0a332e161b42b1b1a65628ae2c4368f95e97e0e
4
- data.tar.gz: 7f690362fca4c697440a09f1c957186a30408744
3
+ metadata.gz: b85c9dec846c099feadf69359f10c21ff511bc4d
4
+ data.tar.gz: a5be0e1655ccc5a5b764a4484570d83e74049fd1
5
5
  SHA512:
6
- metadata.gz: 66a267448239138e902329e93e1890bf57881f8f71c896eaf4a2ed0e164cf915f70e098aa6ce6e8f5a297f6d8c68e288caf41f811bbea77462190c7639e82b5d
7
- data.tar.gz: bd1fca6d77f7f6192d3c53fb66f51f286ca60a07f77f8da6349130ccc0947530b70e5e401e7bd2faaa946c178822e4e15d6ddabbfe2595c1d55ca55d2f415d40
6
+ metadata.gz: 3877f443c29aeb9d3f37ae6bf677e15427abdcd30fd9ab6f2cbf99a0720e6339ff5a703ebe6310d690af7e7ee9b1de0d580910b3a4ea7f95fb2346bb7055e22b
7
+ data.tar.gz: 7aaf63bcd0f2507a919bf7faaa097b63be628551b14e02a2743d24d8673e7907f49b70a738f7a8b596fc1f3f0d86762ce4b210c59888221c8f350f12c880696e
@@ -21,6 +21,6 @@ module Busser
21
21
  module Nose2
22
22
 
23
23
  # Version string for the Nose2 Busser runner plugin
24
- VERSION = "0.1.2"
24
+ VERSION = "0.1.3"
25
25
  end
26
26
  end
@@ -25,6 +25,10 @@ require 'busser/runner_plugin'
25
25
  class Busser::RunnerPlugin::Nose2 < Busser::RunnerPlugin::Base
26
26
  postinstall do
27
27
  run!("pip install nose2")
28
+ if File.file?("#suite_path('nose2')/requirements.txt")
29
+ puts "Installing test requirements."
30
+ run!("pip install #suite_path('nose2')/requirements.txt")
31
+ end
28
32
  end
29
33
 
30
34
  def test
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-nose2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Omer Katz